Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1ScopedDataCollection<T> Class / C1ScopedDataCollection<T> Constructor
The original source.
The property path to which this collection is scoped.

In This Topic
    C1ScopedDataCollection<T> Constructor
    In This Topic
    Initializes a new instance of the C1ScopedDataCollection<T> class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal source As IEnumerable, _
       ByVal propertyPath As String _
    )
    public C1ScopedDataCollection<T>( 
       IEnumerable source,
       string propertyPath
    )

    Parameters

    source
    The original source.
    propertyPath
    The property path to which this collection is scoped.
    See Also